/* CSS Document */
a{text-decoration:none}

 
a:hover {text-decoration: none; color: #bdbdbd; background:#9b9289}
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}



